Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / GetFormula Method / GetFormula(SheetCellRange[],Boolean) Method
The cell ranges.
if set to true [use opening quote].


In This Topic
GetFormula(SheetCellRange[],Boolean) Method
In This Topic
Gets the formula string of multiple sheet cell ranges.
Syntax
'Declaration
 
Protected Overloads Function GetFormula( _
   ByVal cellRanges() As SheetCellRange, _
   ByVal useOpeningQuote As Boolean _
) As String
 
'Usage
 
Dim instance As ModelessForm
Dim cellRanges() As SheetCellRange
Dim useOpeningQuote As Boolean
Dim value As String
 
value = instance.GetFormula(cellRanges, useOpeningQuote)

Parameters

cellRanges
The cell ranges.
useOpeningQuote
if set to true [use opening quote].
See Also